C (202/301)

From:Jens Granseuer
Date:04 Aug 99 at 18:29:02
Subject:Re: Into chip

From: Jens Granseuer <jensgr@gmx.net>

Volker Barthelmann wrote:
> > > How do I specify that an array has to go into chip ram using VBCC.
> > > I want to stick some bitplanes in there and I dont want to have to allocate
> > > some chip and copy it in.
>
> __chip mytype myarray[]={...};
>
> Recent versions of vbcc support the __chip keyword.

Surprise, surprise. I thought I'd got a different answer when
I once asked you if there was a chance vbcc would support it
in the future ;-)

Jens